add_all
Add all elements from another collection to the end of this collection.
If this collection does not allow duplicates, then only those elements not already contained in this collection are added.
Return
true
if any elements were added to this collection, false
if it was not modified
Since
0.9.0
Parameters
values
the collection of elements to add